-- *****************************************************************
-- CISCO-IETF-MEGACO-CAPABILITY
--
-- AGENT-CAPABILITIES MIB for CISCO-IETF-MEGACO-MIB
-- 
-- February 2004,  Margaret Hsieh
--
-- Copyright(c) 2004 by Cisco Systems, Inc.
--
-- *****************************************************************

CISCO-IETF-MEGACO-CAPABILITY DEFINITIONS ::= BEGIN
IMPORTS
        MODULE-IDENTITY, 
        Unsigned32,
        Integer32
                FROM SNMPv2-SMI
        AGENT-CAPABILITIES
                FROM SNMPv2-CONF
        ciscoAgentCapability
                FROM CISCO-SMI;


ciscoMegacoCapability MODULE-IDENTITY
    LAST-UPDATED "200402050000Z"
    ORGANIZATION "Cisco Systems, Inc."
    CONTACT-INFO
        "        Cisco Systems
                 Customer Service
        Postal: 170 W Tasman Drive
                San Jose, CA 95134
                USA
           Tel: +1 800 553-NETS
        E-mail: cs-voice-gateway@cisco.com"
    DESCRIPTION "The agent capabilities for CISCO-IETF-MEGACO-MIB." 
 
        REVISION "200402050000Z"
        DESCRIPTION
            "Initial version of this MIB module."
        ::= { ciscoAgentCapability 367 }


cmedMegacoCapV5R00 AGENT-CAPABILITIES

PRODUCT-RELEASE "MGX8850 Release 5.0.0"
STATUS          current
DESCRIPTION     "Megaco MIB capabilities for VXSM in Release 5.0.0." 

    SUPPORTS        CISCO-IETF-MEGACO-MIB
    INCLUDES        { 
                      cmedConfig, 
                      cmedStatsGroup, 
                      cmedTermGroup 
                    }

    VARIATION       cmedGatewayLinkId
    SYNTAX          Unsigned32 (1..1)
    DESCRIPTION     "Support only one media gateway link."

    VARIATION       cmedGatewayLinkName
    ACCESS          not-implemented
    DESCRIPTION     "Not supported."

    VARIATION       cmedGatewayIPAddress
    ACCESS          read-only
    DESCRIPTION     "cmedGatewayIPAddress value is created from 
                     cmgwIpConfigAddress in cMediaGwayIpConfigTable."

    VARIATION       cmedGatewayPort
    SYNTAX          Integer32 (1024..16383)
    DESCRIPTION     "Support limited port range." 

    VARIATION       cmedGatewayEncodingScheme
    SYNTAX          INTEGER { text (1) }
    DESCRIPTION     "Support 'text' only."

    VARIATION       cmedGatewayProtocol
    SYNTAX          INTEGER { megacov1 (5) }
    DESCRIPTION     "Support 'megacov1' only."

    VARIATION       cmedGatewaySigTptProtocol
    SYNTAX          INTEGER { 
                              tcp (1),
                              udp (2) 
                    } 
    DESCRIPTION     "Support 'tcp' & 'udp' only."

    VARIATION       cmedGatewayAdminStatus
    SYNTAX          INTEGER { 
                              up   (1),
                              down (2) 
                    } 
    DESCRIPTION     "Support 'up' & 'down' only."

    VARIATION       cmedGatewayLastStatusChange
    ACCESS          not-implemented
    DESCRIPTION     "Not supported."

    VARIATION       cmedGatewayResetStatistics
    ACCESS          not-implemented
    DESCRIPTION     "Not supported."

    VARIATION       cmedNumInOctets
    ACCESS          not-implemented
    DESCRIPTION     "Not supported."

    VARIATION       cmedNumOutOctets
    ACCESS          not-implemented
    DESCRIPTION     "Not supported."

    VARIATION       cmedTransportNumLosses
    ACCESS          not-implemented
    DESCRIPTION     "Not supported."

    VARIATION       cmedTransportNumSwitchover
    ACCESS          not-implemented
    DESCRIPTION     "Not supported."

    VARIATION       cmedTransportTotalNumAlarms
    ACCESS          not-implemented
    DESCRIPTION     "Not supported."

    VARIATION       cmedTransportLastEvent
    ACCESS          not-implemented
    DESCRIPTION     "Not supported."

    VARIATION       cmedTransportLastEventTime
    ACCESS          not-implemented
    DESCRIPTION     "Not supported."

    VARIATION       cmedLastStatisticsReset
    ACCESS          not-implemented
    DESCRIPTION     "Not supported."

    VARIATION       cmedTermName
    ACCESS          read-only
    DESCRIPTION     "Support read-only."

    VARIATION       cmedTermAdminStatus
    ACCESS          not-implemented
    DESCRIPTION     "Not supported."

    VARIATION       cmedTermOperStatus
    ACCESS          not-implemented
    DESCRIPTION     "Not supported."

    VARIATION       cmedTermInterfaceIdentifier
    ACCESS          not-implemented
    DESCRIPTION     "Not supported."

    VARIATION       cmedTermPropertyProfileId
    ACCESS          not-implemented
    DESCRIPTION     "Not supported."

    VARIATION       cmedTermRowStatus
    ACCESS          not-implemented 
    DESCRIPTION     "Not supported."

    VARIATION       cmedPropertyProfileProperty
    ACCESS          not-implemented 
    DESCRIPTION     "Not supported."

    VARIATION       cmedPropertyProfileRowStatus
    ACCESS          not-implemented 
    DESCRIPTION     "Not supported."

    ::= { ciscoMegacoCapability 1 }

END